home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94b.txt / 000121_icon-group-sender _Tue Nov 22 23:01:55 1994.msg < prev    next >
Internet Message Format  |  1995-02-09  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Tue, 22 Nov 1994 17:16:42 MST
  2. To: icon-group-l@cs.arizona.edu
  3. Date: Tue, 22 Nov 1994 23:01:55 GMT
  4. From: bsa@kf8nh.wariat.org (Brandon S. Allbery)
  5. Message-Id: <1994Nov22.230155.10114@kf8nh.wariat.org>
  6. Organization: Brandon's Linux box and AmPR node, Mentor, OH
  7. Sender: icon-group-request@cs.arizona.edu
  8. References: <3aqp29$do0@cheltenham.cs.arizona.edu>, <3aspdf$ob3@highway.LeidenUniv.nl>, <3at317$qus@nermal.cs.uoguelph.ca>
  9. Subject: Re: optional typing in Icon (longish)
  10. Errors-To: icon-group-errors@cs.arizona.edu
  11.  
  12. Also sprach pmcnally@uoguelph.ca (Paul Mcnally) (<3at317$qus@nermal.cs.uoguelph.ca>):
  13. +---------------
  14. | I think that records would be one of those instances where the types 
  15. | do not usually (should not ? ) change. In fact, the fact that 
  16. | there is no static typing in records makes icon a dubious choice in 
  17. | database applications.  Any comments?
  18. +------------->8
  19.  
  20. (1) I have some cases where I need to store variably-typed data in a single
  21.     column of a relational database table.  I used a string and another table
  22.     table containing regexps defining the types... UGH!
  23.  
  24. (2) DON'T tell the above to the OO folks.  I'm pretty sure OO keeps the type
  25.     with each object, like Icon does.
  26.  
  27. ++Brandon
  28. -- 
  29. Brandon S. Allbery KF8NH     [44.70.4.88]        bsa@kf8nh.wariat.org
  30. Linux development:  iBCS2, JNOS, MH                     ~\U
  31. Controlling application developers is like herding cats. --Oracle DBA Manual